A module that improves the command line experience by making things like “*MODE0” or “*MEMORY8000” work as you intended. On the BBC Micro you could type *FX0 without any difficulty, but in RISC OS the digits are regarded as part of the command name, so it has to go to special lengths to make that command work. AutoCLIspc extends the same leniency to all star commands. If you type something ending in digits which does not match any built-in command, library command or runnable file, AutoCLIspc inserts a space before the digits and tries again.